﻿# NOTE: "Pasha" is a title, not a name. However, due to some Ottoman Turkish names lacking a last name, it is used in place of one

CHARACTERS = {
	c:TUR ?= {
		create_character = {
			template = tur_mahmut_osmanoglu_template
		}

		create_character = {
			template = tur_abdulmecid_osmanoglu_template
		}


		create_character = {
			# Mehmed Emin Rauf Pasha, Grand Vizier of the Ottoman Empire 1833-1839, 1842-1846, and in 1852
			first_name = "Mehmet_Emin_Rauf"
			last_name = "Pasha"
			historical = yes
			dna = dna_mehmed_emin_rauf_pasha
			age = 56 # not sure of his actual birth date, born in 1780
			ig_leader = yes
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				cautious
			}
		}

		create_character = {
			# Mustafa Reshid Pasha, architect of the Tanzimat Reforms
			first_name = "Mustafa_Reshid"
			last_name = "Pasha"
			historical = yes
			dna = dna_mustafa_reshid_pasha
			birth_date = 1800.3.13
			ig_leader = yes
			interest_group = ig_intelligentsia
			ideology = ideology_moderate
			traits = {
				experienced_political_operator
				experienced_diplomat
				persistent
			}
		}

		create_character = {
			# Mustafa Pasha Bushatli, last hereditary governor of northern Albania
			first_name = "Mustafa"
			last_name = "Bushatli"
			historical = yes
			age = 39 # not sure of his actual birth date, born in 1797
			ig_leader = yes
			culture = cu:albanian
			interest_group = ig_rural_folk
			ideology = ideology_moderate
			traits = {
				imperious
			}
		}	

		create_character = {
			# Koca Husrev Mehmed Pasha 
			first_name = "Koca_Huesrev"
			last_name = "Pasha"
			historical = yes
			dna = dna_koca_husrev_mehmed_pasha
			age = 67 # not sure of his actual birth date, born in 1756 or thereabouts
			ig_leader = yes
			interest_group = ig_armed_forces
			ideology = ideology_moderate
			traits = {
			}
		}
		# also worth considering Ağa Hüseyin Paşa, age 60

		# Damat Gürcü Halil Rifat Pasha?

		#create_character = {
		#	# Ali-Pasha Rizvanbegovic, also known as Ali Ridvanoglu Pasha, vizier of Hezegovina Eyalet from 1833 to 1851
		#	first_name = "Ali"
		#	last_name = "Rizvanbegovic"
		#	age = 53
		#	ig_leader = yes
		#	culture = cu:bosniak
		#	interest_group = ig_rural_folk
		#	traits = {
		#	}
		#}

		create_character = {
			# Mekkizade Mustafa Asim Efendi, Sheikh-ul-Islam of the Ottoman Empire from 1818-1819, 1823-1825, 1833-1846
			first_name = "Mustafa_Asim"
			last_name = "Mekkizade"
			historical = yes
			age = 74
			ig_leader = yes
			interest_group = ig_devout
			traits = {
				tactful
			}
		}

		create_character = {
			is_general = yes
			first_name = Resid_Mehmed
			last_name = "Pasha"
			historical = yes
			dna = dna_reshid_mehmed_pasha
			age = 56
			hq = region_balkans
			commander_rank = commander_rank_3
			traits = {
				mountain_commander
				cruel
			}
		}
		
		create_character = {
			is_general = yes
			first_name = abdulkerim_nadir
			last_name = "Pasha"
			historical = yes
			age = 29
			dna = dna_abdulkerim_nadir_pasha
			hq = region_anatolia
			commander_rank = commander_rank_3
			traits = {
				cruel
				basic_offensive_planner
			}
		}
		

		create_character = {
			is_admiral = yes
			first_name = "Yaver"
			last_name = "Pasha"
			historical = yes
			dna = dna_yaver_pasha
			hq = region_anatolia
			commander_rank = commander_rank_3
			age = 42
			traits = {
				basic_diplomat
				basic_naval_commander
			}

		}

			# create_character = {
			# name = "Hafiz Osman Pasha"
			# portrait = "gfx/portraits/Default_Portrait.dds"
			# age = 37
			# traits = {
				# inept
				# yesman
			# }
		# }		
	}
}